home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0430.dms / q0430.adf / Patch / README.AMIGA < prev    next >
Text File  |  1992-09-02  |  2KB  |  43 lines

  1. Patch v1.0
  2. December 25, 1989
  3. (OK, so what else do you do on Christmas?)
  4.  
  5. This is PATCH, a Unix program which, when given a list of differences
  6. between an old version and a new version (in Unix "diff -c" format) will
  7. patch source code (old version) to be the same as the new version. This is
  8. first release of Amiga version 1.0. It seems to test OK.
  9.  
  10. Read the file "patch.man" for Larry Wall's documentation.
  11.  
  12. Problem reports: Voice: 318-984-1820  Bix: egreen. UUCP: elg@attctc.UUCP
  13.        US Mail to:
  14.                Eric Green
  15.                P.O. Box 92191
  16.                Lafayette, LA 70509
  17.  
  18. Known bugs: Does Choke'n'puke on Really Big Changes (>50K), due
  19. to Manx's heapmem.o limitations.
  20.  
  21. NOTE: This software is copyrighted by Larry Wall, with the exception of my
  22. "chdir" routine which is in the public domain. All my changes become
  23. property of Larry Wall by provision of copyright law. If you wish to
  24. discuss legal aspects of use or distribution of this software, talk to
  25. Larry.
  26.  
  27. NOTE 2: This is NOT shareware. It's Larry's program, and even if it wasn't,
  28. the port was far too trivial to charge money for.
  29.  
  30. NOTE 3: This software is compiled with the Manx "C" compiler. I
  31. thought of porting it to Lattice "C", but given that the sole attempt
  32. ended up in a bigger file with no real speed advantage, I decided
  33. it wasn't worth it.
  34.  
  35. Changes, version 0.90 to 0.91: added "chdir" routine, re-enabled
  36. that particular option of patch. Does it work? HowdoIknow?
  37.  
  38. Changes, version 0.91 to version 1.0: Fixed "chdir" routine,
  39. fixed choke'n'puke when a new file has been added to the
  40. distribution, put in my own amystat instead of using Manx one,
  41. re-wrote makedirs() to be interative instead of recursive.
  42.  
  43.